home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / stinger2.zip / STINGER.TXT < prev   
Text File  |  1996-09-20  |  1KB  |  33 lines

  1.                 Stinger bomb 2.0
  2.                 
  3.             Well... this is the stinger bomb 2.0
  4.             When i look at the old code it's really rather
  5.             embarrasing crap...This still does the same
  6.             but alot more efficient... For those who
  7.             haven't seen 1.0 the stinger bomb is
  8.             thrown into the water and after a couple
  9.             of seconds everybody in it is toast...
  10.  
  11.             Install:
  12.             Insert this line in the begining of weapons.qc>
  13.             
  14.             void() W_LaunchStinger;
  15.  
  16.             Insert these lines along with the other impulse
  17.             commands in weapons.qc:
  18.  
  19.             if (self.impulse == 20)
  20.             W_LaunchStinger ();
  21.  
  22.             After the line "weapons.qc" in progs.src, insert:
  23.  
  24.             stinger.qc
  25.  
  26.             All set... launch quake and type this in the console:
  27.  
  28.             bind s "impulse 20"
  29.  
  30.             when you have 20 cells and are looking at the water,
  31.             just press s....
  32.             HAPPY TOASTING!
  33.                                 /Pangloss (weblook@mmv.se)